/**/

* {

  margin: 0;

  padding: 0;

}

address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}

aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}



body {

  font-size: 14px;

  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;

  color: #333;

  padding: 0px;

  margin: 0px;

}



button:foucs {

  border: none !important;

  outline: none !important;

}



button::-moz-focus-inner {

  border-color: transparent;

}



input[type=number] {

  -moz-appearance: textfield;

}



input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



ul,

ol {

  list-style: none;

  padding: 0;

  margin: 0;

}



i {

  font-style: normal;

}



a {

  color: #333;

}



a:hover {

  text-decoration: none;

  color: #fff;

}



img {

  border: none;

  vertical-align: middle

}



input {

  outline: none;

}



input[type="button"],

input[type="submit"],

input[type="reset"],

button,

select {



  outline: none;

}



textarea {



  outline: none

}



.clear {

  clear: both;

  height: 0px;

  overflow: hidden;

}



.clearfix:after {

  content: ".";

  display: block;

  height: 0;

  visibility: hidden;

  clear: both;

}



.clearfix {

  /*兼容 IE*/

  zoom: 1;

}



.dot1 {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.dot {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



/*t图片样式*/

.center-block {

  display: block;

  margin-right: auto;

  margin-left: auto

}



img {

  border: 0px;

  vertical-align: middle;

}



.img-responsive {

  display: block;

  height: auto;



  max-width: 100%

}



.avatar {

  display: block;

  overflow: hidden;

  width: 100%;

}

.avatar img {

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}



.avatar:hover img {

  transform: scale(1.1);

  transition: all 1s ease 0s;

  -webkit-transform: scale(1.1);

}



.dot {

  display: block;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.dot2 {

  display: -webkit-box;



  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-all;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}



/*--------------------------------------------------------------

# 头部Header

--------------------------------------------------------------*/





#header {



  transition: all 0.5s;

  z-index: 997;

  transition: all 0.5s;

  height: 90px;



}



#header.header-transparent {

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));

  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));

  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));



}



#header.header-scrolled {

  background: rgba(255, 255, 255, 1);

  box-shadow: 0 0 10px rgba(0, 0, 0, .1);







}





.top-box {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 3%;

}



.top-box .logo {

  flex: 2;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  height: 90px;

}



.top-box .logo img {

  padding: 0;

  margin: 0;

  max-height: 56px;



}



.top-box .logo .logo-tu2 {

  display: none;

}



/*导航菜单 */

.nav-menu,

.nav-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu {

  flex: 5;

  height: 90px;

}



.nav-menu ul {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.nav-menu ul li {

  position: relative;

  width: 100%;

  text-align: center;





}







.nav-menu a {

  display: block;



  color: #fff;

  padding: 0 5px;

  height: 90px;

  line-height: 90px;

  transition: 0.3s;

  font-size: 17px;





}



.nav-menu a:hover,

.nav-menu .active>a,

.nav-menu li:hover>a {

  color: #0066B3;

  text-decoration: none;





}



.nav-menu .drop-down ul {

  display: block;

  position: absolute;

  left: 0;

  top: 90px;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  width: 100%;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  transition: ease all 0.3s;

  padding-bottom: 20px;

}



.nav-menu li:nth-child(3).drop-down ul {

  width: 120%;

  left: -10%;

}



.nav-menu .drop-down:hover>ul {

  opacity: 1;

  top: 90px;

  visibility: visible;

}



.nav-menu .drop-down li {

  width: 100%;

  position: relative;

}



.nav-menu .drop-down ul a {

  padding: 5px 0;

  font-size: 16px;



  text-transform: none;

  color: #666;

  line-height: 40px;

  height: 40px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.nav-menu .drop-down ul a:hover,

.nav-menu .drop-down ul .active>a,

.nav-menu .drop-down ul li:hover>a {

  color: #0066B3;

  background: none;



}



.nav-menu .drop-down .drop-down ul {

  top: 0;

  left: calc(100% - 90px);

}



.nav-menu .drop-down .drop-down:hover>ul {

  opacity: 1;

  top: 0;

  left: 100%;

}



.nav-menu .drop-down .drop-down>a {

  padding-right: 35px;

}



.nav-menu a i {

  display: none;

}



.nav-menu .arrow {

  position: absolute;

  width: 11px;

  height: 11px;

  top: -5.5px;

  left: 45%;

  background-color: #fff;

  transform: rotate(45deg);

  cursor: pointer;

  transition: .3s;

  z-index: -1;



}



.nav-menu .mob-language {

  display: none;

}



.mobile-nav .mob-language {

  display: block;

}



#header.header-scrolled .language img {

  filter: none;

}



#header.header-scrolled .nav-menu a {

  color: #333;

}



#header.header-scrolled .language {

  color: #333;

}



#header.header-scrolled .language a {

  color: #333;

}



#header.header-scrolled .language a:hover {

  color: #0066B3;

}



#header.header-scrolled .nav-menu a:hover,

#header.header-scrolled .nav-menu .active>a,

#header.header-scrolled .nav-menu li:hover>a {

  color: #0066B3;





}



#header.header-scrolled .nav-menu .drop-down ul a:hover,

#header.header-scrolled .nav-menu .drop-down ul .active>a,

#header.header-scrolled .nav-menu .drop-down ul li:hover>a {

  color: #0066B3;

  background: none;



}



#header.header-scrolled .top-box .logo .logo-tu1 {

  display: none;

}



#header.header-scrolled .top-box .logo .logo-tu2 {

  display: block !important;

}



/* 手机菜单样式 */

.mobile-nav {

  position: fixed;

  top: 0;

  bottom: 0;

  z-index: 999;

  overflow-y: auto;

  left: -80%;

  width: 80%;

  padding-top: 18px;

  background: #fff;

  transition: 0.4s;

}



.mobile-nav * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.mobile-nav a {

  display: block;

  position: relative;

  color: #333;

  font-size: 16px;

  margin: 0 20px;

  height: 56px;

  line-height: 56px;

  font-weight: 500;

  border-bottom: 1px solid rgba(0, 0, 0, .1);

}



.mobile-nav a:hover,

.mobile-nav .active>a,

.mobile-nav li:hover>a {

  color: #0066B3;

  text-decoration: none;

}



.mobile-nav .drop-down>a i {

  float: right;

  display: flex;

  justify-content: center;

  align-items: center;

  line-height: 40px;

  width: 40px;

  text-align: right;

  height: 40px;

  background: #f1f1f1;

  margin-top: 8px;

  font-size: 24px;

  font-weight: bold;

  text-align: center;

  color: #333;

}







.mobile-nav .drop-down ul {

  display: none;

  overflow: hidden;

}



.mobile-nav .drop-down .arrow {

  display: none;

}



.mobile-nav .drop-down li a {

  padding-left: 20px;

}



.mobile-nav-toggle {

  position: fixed;

  right: 15px;

  top: 10px;

  z-index: 998;

  border: 0;

  background: none;

  font-size: 24px;

  transition: all 0.4s;

  outline: none !important;

  line-height: 1;

  cursor: pointer;

  text-align: right;



}



.mobile-nav-toggle i {

  color: #666;



  display: block;

  width: 45px;

  height: 45px;

  text-align: center;

  line-height: 45px;

}



.mobile-nav-overly {

  width: 100%;

  height: 100%;

  z-index: 997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(51, 51, 51, 0.9);

  overflow: hidden;

  display: none;

}



.mobile-nav-active {

  overflow: hidden;

}



.mobile-nav-active .mobile-nav {

  left: 0;

}



.mobile-nav-active .mobile-nav-toggle i {

  color: #fff;

}





.tel a {

  height: 90px;

  display: flex;

  align-items: center;

}



.tel a {

  color: #fff;

  font-size: 24px;

  font-weight: 500;

  font-family: impact;

}

.tel a img{ filter: brightness(100);}

.tel span {

  font-weight: normal;

  font-size: 14px;

}

.tel a i {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  box-shadow: 0px 0px 21px 0px rgba(255, 255, 255, 0.13);

  background:#0066B3;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 5px;



}

#header.header-scrolled .tel a { color: #0066B3;}

#header.header-scrolled .tel a i {

  background: #fff;

  box-shadow: 0px 0px 21px 0px rgba(18, 22, 24, 0.13);



}

#header.header-scrolled .tel a img{ filter:none;}



/* 语言 */

.head_right {

  position: relative;

  margin-left: 25px;

  margin-right: 25px;

  display: flex;

  height: 60px;

  align-items: center;

  justify-content: center;

}



.prisna-wp-translate-seo {

  display: none;

  font-family: Arial, Helvetica, sans-serif

}



.change-language .prisna-wp-translate-seo,

.mobile-head-language .prisna-wp-translate-seo {

  display: block

}



.change-language .change-language-title,

.change-language .change-language-title a {

  font-size: 16px;

  color: #fff;

  display: flex;

  font-weight: 500;

  align-items: center;

}



.change-language .change-language-title {

  padding: 0

}



.change-language .change-language-title a:after {

  font-family: fontawesome;

  content: "\f0d7";

  font-size: 12px;

  display: inline-block;

  padding-left: 2px

}



.change-language:hover .change-language-title a:after {

  -moz-transform: rotate(-180deg);

  -webkit-transform: rotate(-180deg);

  -ms-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);

  transform: rotate(-180deg)

}



.change-language .change-language-cont {

  position: absolute;

  top: 100%;

  right:0px;

  width: 120px;

  background: #fff;

  padding: 20px 10px 20px 20px;

  transform: scale3d(.9, .9, 1);

  opacity: 0;

  visibility: hidden;

  z-index: 999;

  -moz-transition: all .4s ease-in-out;

  -webkit-transition: all .4s ease-in-out;

  -ms-transition: all .4s ease-in-out;

  -o-transition: all .4s ease-in-out;

  transition: all .4s ease-in-out;

  border: 1px solid #eee;

  border-radius: 5px;

  overflow-y: scroll;

  max-height: 80vh

}



.change-language:hover .change-language-cont {

  transform: scale3d(1, 1, 1);

  opacity: 1;

  visibility: visible

}



.change-language .change-language-cont .lang-item-hide {

  display: none !important

}



.change-language .change-language-cont .lang-more {

  position: relative;

  display: block;

  text-align: center;

  cursor: pointer;

  line-height: 30px

}



.change-language .change-language-cont .more-active {

  font-size: 20px

}



.language-flag span {

  position: relative;

  display: inline-block;

  vertical-align: top;

  white-space: nowrap;

  overflow: hidden

}



.change-language ::-webkit-scrollbar {

  width: 5px

}



.change-language ::-webkit-scrollbar-track {

  background-color: #fff

}



.change-language ::-webkit-scrollbar-thumb {

  background-color: rgba(0, 0, 0, .3);

  border-radius: 3px

}



.change-language .language-cont:hover::-webkit-scrollbar-thumb {

  display: block

}



.country-flag {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  margin-right: 8px;

}



.country-flag img {

  width: 24px;

  height: 18px;

  object-fit: cover;

  border-radius: 2px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  transition: transform 0.2s ease;

}



.language-flag .country-flag img {

  width: 24px;

  height: 18px;

  object-fit: cover;

  border-radius: 2px;

}



li.language-flag a:hover .country-flag img {

  transform: scale(1.05);

}



.change-language .change-language-cont {

  right: -15px;

  width: 200px;

  padding: 15px;

}



.change-language .change-language-cont li {

  width: 100%;

  margin: 0 2% 10px;

  padding: 5px;

  border-radius: 4px;

  transition: background 0.2s ease;

}



.change-language .change-language-cont li:hover {

  background: #f8f8f8;

}



.change-language .change-language-cont li a {

  display: flex;

}



.change-language .change-language-cont li a:hover span {

  color: #09f;

}



.mobile-head-item .main-content-wrap .content-wrap a:hover span {

  color: #09f;

}
/*  导航菜单 end */



/*首页banner图 start*/

#banner { position: relative;}

#banner .swiper {

  width: 100%;

  height: 100%;

  position: relative;

}



#banner .swiper-slide {

  position: relative;

  overflow: hidden;



}



#banner .swiper-slide img {

  width: 100%;

  position: relative;



}



#banner .swiper-slide .scalePic {

  display: block;

  width: 100%;

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transition-property: all;

  transition-duration: 2.5s;

  transition-timing-function: ease;

  transition-delay: .2s;

}



#banner .swiper-slide-active .scalePic {

  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

}



#banner .swiper-button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  text-align: center;

  color: #fff;

  background: rgba(0, 0, 0, 0.3);

  border-radius: 50%;

  cursor: pointer;

  overflow: hidden;

  z-index: 999;

  width: 60px;

  font-size: 20px;

  line-height: 60px;

  height: 60px;

  transition: all .5s ease;

  outline: none;





}



#banner .swiper-button:hover {

  background: #0066B3;

}



-prev {

  left: 5%;

}







-next {

  right: 5%;

}







#banner .swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

  bottom: 20px;

  left: 0;

  width: 100%;

}



#banner .swiper-slide .container {

  position: absolute;

  left: 0;

  right: 0;

  top: 30%;

  bottom: 0;

  margin: 0 auto;

}



.banner-slide-content {

  position: relative;

  z-index: 9;

}







.banner-slide-content span {

  color: #fff;

  display: block;

  margin-bottom: 35px;

  text-transform: uppercase;

}



.banner-slide-content .title {

  font-size: 40px;

  line-height: 56px;

  font-weight: 700;

  color: #fff;

  display: block;

  margin-bottom: 10px;



  text-transform: capitalize;

}





.banner-slide-content p {



  font-size: 24px;

  font-family: "Poppins", sans-serif;

  color: #fff;





}





#banner_pagination .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 100%;

  margin: 0 15px;

  background: #fff;

  opacity: 0.5;



}



#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {

  cursor: pointer;

}



#banner_pagination .swiper-pagination-bullet-active {

  width: 10px;

  height: 10px;

  border-radius: 20px;

  opacity: 1;



  background: rgba(255, 255, 255, 1);

}



#banner_pagination .swiper-pagination-bullet {

  position: relative;

}



#banner_pagination .swiper-pagination-bullet .left {

  content: "";

  display: block;

  position: absolute;

  top: -7px;

  left: -7px;

  margin: auto;

  width: 12px;

  height: 30px;

  opacity: 0;

  overflow: hidden;

}



#banner_pagination .swiper-pagination-bullet .left:after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0px;

  z-index: 99;

  margin: auto;

  width: 12px;

  height: 24px;

  border-top: 2px solid #fff;

  border-left: 2px solid #fff;

  border-bottom: 2px solid #fff;

  border-radius: 20px 0 0 20px;

  border-right: 0;

}



#banner_pagination .swiper-pagination-bullet .right {

  content: "";

  display: block;

  position: absolute;

  top: -7px;

  right: -7px;

  margin: auto;

  width: 15px;

  height: 30px;

  opacity: 0;

  overflow: hidden;

}



#banner_pagination .swiper-pagination-bullet .right:after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 99;

  margin: auto;

  width: 12px;

  height: 24px;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  border-bottom: 2px solid #fff;

  border-radius: 0 20px 20px 0;

  border-left: 0;

}



#banner_pagination .swiper-pagination-bullet-active .left {

  opacity: 1;

}



#banner_pagination .swiper-pagination-bullet-active .right {

  opacity: 1;

}



#banner_pagination .swiper-pagination-bullet-active .left:after {

  transform-origin: right center;

  /* animation-iteration-count: infinite; */

  animation-fill-mode: forwards;

  animation-duration: 3s;

  animation-timing-function: linear;

  animation-name: gyrateleft;

}



#banner_pagination .swiper-pagination-bullet-active .right:after {

  transform-origin: left center;

  /* animation-iteration-count: infinite; */

  animation-fill-mode: forwards;

  animation-duration: 3s;

  animation-timing-function: linear;

  animation-name: gyrateright;

}

@keyframes gyrateright {

  0% {

    transform: rotate(180deg);

  }



  50% {

    transform: rotate(360deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



@keyframes gyrateleft {

  0% {

    transform: rotate(180deg);

  }



  50% {

    transform: rotate(180deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



.banner_txt {

  position: absolute;

  top: 30%;

  left: 0;

  right: 0;

  margin: 0 auto;

  z-index: 10;

  color: #333;

  text-align: left;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}



.banner_txt p {

  font-size: 36px;

  color: rgba(255, 255, 255, 0.7);

  text-shadow: none;

}



.banner_txt b {

  display: block;

  font-size: 42px;

  color: #fff;

  margin: 30px 0;

  text-shadow: none;

}



.banner_txt span {

  color: #fff;

  font-size: 26px;

  display: block;

  text-shadow: none;

}



.banner-more {

  display: block;

  width: 130px;

  letter-spacing: 1px;

  margin-top: 20px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  color: #999;

  border: 1px solid #999;

  border-radius: 38px;

  text-shadow: none;

}



.banner-more:hover {

  background: rgba(255, 255, 255, 0.3);

  color: #fff;

}



.banner-more::after {

  content: '';

  display: inline-block;

  width: 6px;

  height: 6px;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  position: relative;

  top: -1px;

  margin-left: 7px;

  -webkit-transition: .6s ease;

  transition: .6s ease;

}



.banner-more:hover::after {

  margin-left: 13px;

}





#banner .swiper-slide {

  clip-path: none;

  opacity: 0;

  z-index: 0;

}



#banner .swiper-slide-prev {

  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);

  opacity: 0;

  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;

  z-index: 3;

}



#banner .swiper-slide-active {

  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);

  opacity: 1;

  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;

  z-index: 2;

}



#banner .swiper-slide-next {

  z-index: 1;

}

/*首页banner图 end*/

.pad-100 { padding: 100px 0;}

.pad-80 { padding: 80px 0;}

.pad-30 { padding: 30px 0;}

/*外贸网站 谷歌推广 */

.project {}

.more {

  border: 1px solid #FF722F;

  border-radius: 402px;

  height: 42px;

  padding: 0 40px 0 10px;

  display: block;

  position: relative;

  width: 190px;

  line-height: 42px;

  color: #FF722F;

  margin-top: 20px;

}

.more span {

  height: 36px;

  width: 36px;

  border: none;

  background: #FF722F;

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  outline: none;

  padding: 0px 16px;

  cursor: pointer;

  display: inline-block;

  position: absolute;

  top: 2px;

  right: 2px;

  border-radius: 100%;

  line-height: 40px;

  outline: none;

  transform: rotate(0);

  -webkit-transition: all 0.7s linear;

  -o-transition: all 0.7s linear;

  transition: all 0.7s linear;

}

.more:hover { color: #fff;  border: 1px solid #fff;}

.more:hover span {

  background: #fff;

  color: #0066B3;

  outline: none;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transition: all 0.7s linear;

  -o-transition: all 0.7s linear;

  transition: all 0.7s linear;

}

.content_four {

  overflow: hidden;

  position: relative;

  display: flex;

  align-items: stretch;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 30px;



}



.content_four li {

  position: relative;

  overflow: hidden;

  width: 48%;

  margin: 1%;

 box-shadow: 0 0 15px 0 rgb(8 51 104 / 10%);

 border-radius: 10px;

}



.content_four li a {

  display: block;

}



.content_four .our_block {



  position: relative;

  overflow: hidden;



}



.content_four .our_block b {

  font-size: 28px;

  display: block;

  margin: 10px 0;

  font-weight: 600;

  color: #0066B3;

}



.content_four .our_box {

  

  width: 100%;

  height: 100%;



  background-size: cover;

  box-sizing: border-box;

  padding: 10px 40px 30px 40px;

  box-sizing: border-box;

  color: #333;

  transition: all 0.3s;

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

}



.content_four .our_img {

  position: relative;

  transition: all 0.7s;

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -o-transform: scale(1.1);

  -ms-transform: scale(1.1);

}



.content_four .our_img .blank_1 {



  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.20);

}



.content_four .our_p {

 

  width: 100%;

  box-sizing: border-box;

  padding:20px 60px;

  color: #333;

  display:flex;

  justify-content: space-between;

  align-items: center;





}

.content_four .our_p .txt { width: 50%;}

.content_four .our_p .tu { width: 45%; }

.content_four .our_p p{ font-size: 15px;}

.content_four .our_p .tu i{ display:block; float: right; width:162px; height:151px;  position:relative;}

.content_four .our_p .tu i:after{ content:""; position:absolute; top:0; left:0; width:100%; height:100%;background:url(../images/wmicon01.png) no-repeat; background-size:100% 100%;transition:all 0.3s;}

.content_four .our_block:hover i:after{transform: rotate(60deg);}

.content_four .our_p .tu i img{ width:100%;transition:all 0.3s;}

.content_four .our_block:hover .tu i img{transform: rotate(-60deg);}



.content_four .our_box .pro-nav {

  display: flex;

  align-items: center;
  flex-wrap: wrap;





}

.content_four .our_box b { font-size: 20px;  font-weight: 500;}

.content_four .our_box .pro-nav p {

  color: #999;

  line-height: 26px;



  display: block;



  padding: 5px 10px;

  margin-right: 15px;

  font-size: 15px;



}

.content_four .our_box b { color: #333;}

.content_four .our_box .pro-nav p span {

  margin-left: 10px;

}



.content_four .our_box .pro-nav p i {



  line-height: 28px;

}



.content_four .our_block:hover .our_box {

  opacity: 1;

  visibility: visible;

  transform: scale(1.05);

  -webkit-transform: scale(1.05);

  -o-transform: scale(1.05);

  -ms-transform: scale(1.05);

  background: #0066B3;

}

.content_four .our_block:hover .our_box b { color: #fff;}

.content_four .our_block:hover .our_box p { color: rgba(255, 255, 255, 0.7);}

.content_four .our_block:hover .our_img {



  transform: scale(1);

  -webkit-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

}

/* 品牌出海 */

.ppch{background: #FAFCFF;overflow: hidden;}

.ppch .container { display: flex;justify-content: space-between; align-items:stretch;}

.ppch_item {  width: 49%;}
.ppch_item .main_title{ height: 143px;}

.ppch_item ul{ display: flex; margin-top: 30px; flex-wrap: wrap; align-items:stretch;justify-content: center; height: calc(100% - 173px) ; }

.ppch_item ul img { height: 58px;}

.ppch_item ul li { padding: 50px 30px; margin-right: 20px; width:calc(50% - 20px); height: calc(50% - 20px); margin-bottom: 20px; text-align: center;  box-shadow: 0 0 10px rgba(0, 0, 0, .07); position: relative;}

.ppch_item ul li:before {

  position: absolute;

  right: 0;

  top: 0;

  width: 20%;

  height: 25%;

  content: "";

  z-index: -1;

  transition: .5s;

  border-radius: 0 0 0 100px;

  background-color: #DEF0FC;

}

.ppch_item ul li:hover:before {

  width: 100%;

  height: 100%;

  border-radius: 0;

}

.ppch_item ul li p{ margin-top: 10px;}

.ppch_item ul li b{ display: block; font-weight: 500; font-size: 26px; margin: 20px;}

.item-desc p{ text-align: left;}

/* 视频营销 */

.spux_box{ width: 49%;}
.spux_box .main_title{ height: 143px;}
.spux {height: 100%;}
.sp_wrap{ margin-top: 30px; display: flex; flex-direction: column; justify-content: space-between; height: calc(100% - 173px);}

.sp_cont { position: relative; margin-bottom: 20px; padding:50px 30px;  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
 height: calc(50% - 20px);
}

.sp_cont:before {

  position: absolute;

  right: 0;

  top: 0;

  width: 20%;

  height: 25%;

  content: "";

  z-index: -1;

  transition: .5s;

  border-radius: 0 0 0 100px;

  background-color: #DEF0FC;

}

.sp_cont:hover:before {

  width: 100%;

  height: 100%;

  border-radius: 0;

}

.sp_item img{ height: 58px;}



 .sp_item b{ font-size: 26px;margin: 20px; text-align: center; display: block;font-weight: 500}

 .sp_item p { margin-top: 10px; margin-bottom: 30px; font-size: 16px; color: #666;}

 .sp_item p i{ color: #FF722F;}

 .sp_item p span{ margin-right: 30px;}

 .sp_info { color: #000; }

 .sp_info span { margin-right: 30px;font-size: 16px;}

 .sp_info strong { color: #0066B3; font-size: 20px;}

 .sptu { display: flex; justify-content: flex-end; width: 100%; margin-top:28px;}

 .sptu img { transition: transform 0.5s ease}

.sp_cont .sptu .img1{ height: 100px;}

  .sp_cont .sptu .img2{ height: 10px;}

 .sp_cont:hover .sptu .img1 {transform: translatex(-40px)  }

 .sp_cont:hover .sptu .img2 {transform: translatex(-40px) }

 /* 工具 */

 .tools{ background: #F1F8FF;}

 .culture {

  display: flex;

  align-items: stretch;

  justify-content: space-between;



  box-shadow: 0 0 10px #f1f1f1;

  margin-top: 30px;



}



.gszl {

  width: 33.33%;

  padding: 50px 0px;

  background: #0066B3;

  display: flex;

  justify-content: center;



}

.gszl b {

  display: block;

  font-size: 20px;

  color: #fff;

  margin-bottom: 20px;

}

.gszl p {

  font-size: 16px;

  color: #fff;

  line-height: 28px;



}

.jyln b{ text-align: left;}

.jyln p{ font-size: 16px;

  color: #333;

  line-height: 28px;

  text-align: left;

  

 }

.jyln {

  width: 33.33%;

 display: flex;

 justify-content: center;

  border-left: 1px solid #f1f1f1;

  padding: 50px 40px;

  background: #fff;

}

.jyln a { display: block; width: 100%;}

.jyln a img{ margin-bottom: 20px;}

.jyln:hover { background: #DEF0FC;}

.jyln b {

  display: block;

  font-size: 20px;

  color: #000;

  margin-bottom: 20px;

}

.jyln .jyln_con {

  display: flex;

  justify-content: center;

  margin-top: 45px;

}



.jyln .jyln_con div {

  text-align: center;

  color: #333;

  cursor: pointer;

}



.jyln .jyln_con img {

  transition: all 0.3s;



}



.jyln .jyln_con div p {

  line-height: 26px;

  margin-top: 10px;

  font-size: 18px;

}



.jyln .jyln_con:hover img {

  transform: rotateZ(40deg);



}

/* 关于我们 */

.about {

  background:#fff url(../images/abbg.png) no-repeat top right;



}

.about .about_con {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 20px;

}



.about .about_con .le {

  width: 48%;

}



.bg_box {

  position: relative;

  overflow: hidden;

}



.logobg {

  position: absolute;

  z-index: 2;

  left: 0;

  top: 0;

  width: 100%;

  margin-left: auto;

  margin-left: auto;

}



.about .about_con .le .imgBox {

  overflow: hidden;

  border-radius: 30px;

}



.about .about_con .le .imgBox img {

  width: 140%;

  display: block;

  transition: .5s;

  max-height: 450px;

}



.about .about_con .ri {

  width: 48%;

}

.about .about_con .ri em {

  font-size: 28px;

  font-style: normal;

  font-weight: 500;

  color: #333;

  display: block;

}

.about .about_con .ri p { margin-top: 30px;}

.main_title { text-align: center;}

.main_title em {

  font-size: 20px;

  font-style: normal;

  font-weight: 500;

  color: #333;

  display: block;

}

.main_title i { font-weight: normal; font-size: 26px; padding: 0 6px;}

.main_title .fs48 {

  font-size: 42px;

  font-weight: 700;

  color: #0066B3;

  display: block;

  margin-bottom: 20px;



}

.main_title .fs40 { font-size: 36px; margin-bottom: 15px; display: block;}

.main_title b { color: #333;}

.about .about_con p {

  font-size: 16px;

  font-weight: 400;

  color: #697277;

  line-height: 32px;

}



.about .about_con .more {

  margin-top: 50px;

  display: block;

}



.about .about_con a {

  background: #0066B3;

  padding: 15px 30px;

}



.about .about_con a span {

  font-size: 16px;

  font-weight: 700;

  color: #ffffff;

  margin-right: 10px;

  transition: .5s;

}



.about .about_con a:hover span {

  margin-right: 20px;

}



.about ul {

  display: flex;

  justify-content: space-between;



}



.about ul li {



  margin-top: 40px;

  box-sizing: border-box;

  position: relative;

  display: flex;



}





.about ul li .num {

  display: flex;

  align-items: center;

}



.about ul li .counter {

  font-size: 60px;

  font-weight: 500;

  color: #0066B3;



}



.about ul li em {

  font-size: 40px;

  font-weight: 100;

  color: #333333;



  font-style: normal;

}



.about ul li i {

  width: 40px;

  height: 2px;

  background: #FF722F;

  border-radius: 2px;

  display: block;

}



.about ul li .text {

  font-size: 24px;

  font-weight: 400;

  color: #666666;

  margin-left: 1rem;

  margin-top: 10px;

}



.about ul li span {

  font-size: 18px;

  font-weight: 400;

  color: #666666;

  margin-top: 15px;

  display: block;

}

.ab_box { display: flex; justify-content: space-between;}

.ab_more { float: right;}

.ab_more .more:hover { color: #0066B3;  border: 1px solid #0066B3;}

.ab_more .more:hover span {

  background: #0066B3;

  color: #fff;

  outline: none;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transition: all 0.7s linear;

  -o-transition: all 0.7s linear;

  transition: all 0.7s linear;

}

.ho_item { display: flex; align-items: center; flex-wrap: wrap; margin: 30px 0;}

.ho_item .list {  margin: 20px 60px 20px 0; display: flex; flex-wrap: wrap;justify-content: flex-start; flex-direction: column; align-items: center;}

.ho_item .list div img { height: 55px; width: 55px; border-radius: 100%; }

.ho_item .list div {  width: 55px;}

.ho_item .list p { text-align: center; width: 100%; margin-top: 10px;}

/* 案例 */

.fot_bg { background: url(../images/casebg.jpg) no-repeat center;  background-attachment: fixed;  background-size: cover;  }

.pro_box { margin-top: 30px; flex-wrap: wrap; display: flex;justify-content:flex-start;}

.team-box {

  position: relative;

  width: calc(33.33% - 40px);

  margin:20px;

  margin-bottom: 15px;

}

.team-box a:before{position: absolute;z-index: 10; left: 50%; top: 50%; width: 42px;height: 42px; opacity: 0; transform: translate(-50%,-40%); background: url("../images/ico_more.png") no-repeat; background-position: 0 0; content: ''; transition: all .6s;}

.team-box a>img{object-fit: cover; object-position:center;  transition: all .8s; border-top-right-radius: 10px; border-top-left-radius: 10px;}

.team-box a:hover:before{opacity: 1; transform: translate(-50%,-50%) rotate(180deg);}

.team-box .pro-tit{ text-align: center; position: absolute; display: flex; justify-content: center; align-items: flex-start; z-index: 1; top:30px; left: 0; right: 0; text-align: center;}

.team-box .pro-tit div { text-align: left; margin-right: 8px; }

.team-box .team-content p{ display: flex; font-size: 20px; font-weight: 700; align-items: left;  justify-content: space-between; padding:15px 10px; }

.team-box .team-content p i{ color: #999; font-size: 14px; }

.team-box .pro-tit div i { font-size: 30px;}

.team-box .team-content span { display: flex; color: #999; padding:15px 10px; justify-content: space-between;}

.team-box .team-content span i{ width: 35px; height: 35px; border-radius: 35px;  border: 1px solid #dedede; color: #999; text-align: center; line-height: 35px;  font-size: 16px; display: none;}

.team-box .team-content {

  text-align: left;

  display: inline-block;

  width: 100%;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;

  background-color: #f6f6f6;

  color: #333;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  position: relative;

  z-index: 2;

}

.pro_p1 {



  font-size: 18px;

  letter-spacing: 0.57px;

  padding: 10px;



}



.team-box:hover .team-content p{

  color: #0066B3;



}

.team-box:hover .team-content span i { background: #0066B3; color: #fff;}

/* 优势 */



.product-box {



  background: url(../images/probg.jpg) center no-repeat;

  background-size: 100%;







}



.product {

  padding: 80px 0;

  width: 33%;

  position: absolute;

  right: 0;

  z-index: 9;



}

.product .pro_fr   {

  position: absolute;

  left: 0;

  right:10%;

  top: 30%;

  bottom: 0;

  margin: 0 auto;



}



.product .swiper-wrapper {

  display: flex;

  flex-direction: column;

}



.product .swiper-container {

  width: 100%;

  margin-left: auto;

  margin-right: auto;

}





.swiper-slide-thumb-active {

  color: #003e81;

}



.gallery-top {

  height: auto;

  margin: 20px auto;

}



.gallery-thumbs {



  text-align: right;

  box-sizing: border-box;

  margin-top: 30px;



}



.gallery-thumbs .swiper-slide {



  width: 100% !important;

  cursor: pointer;

}



.gallery-thumbs .swiper-slide img {

  margin-right: 10px;

  border: 1px solid #dedede;

  padding: 5px;

}



.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {

  content: " ";

}



.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {

  content: " ";

}



.gallery-thumbs .swiper-slide-thumb-active a {

  color: #fff;

}



.gallery-thumbs .swiper-slide a {



  display: block;

  font-size: 24px;

  position: relative;

  color: #333;

  transition: all 0.3s;

  padding: 30px 0;

  text-align: right;

  padding-right: 80px;

}

.gallery-thumbs .swiper-slide a img { margin-left: 15px;}

.gallery-thumbs .swiper-slide a:before {

  transition: all 0.3s;

  width: 50px;

  height: 1px;

  background: #dedede;

  position: absolute;

  content: ' ';

  bottom: 60px;

  right: 0;

}



.gallery-thumbs .swiper-slide a:hover {

  color: #fff;

  background: #0066B3;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;

  padding-right: 100px;

  z-index: 9;



}

.gallery-thumbs .swiper-slide a:hover img { filter: brightness(100);}

.gallery-thumbs .swiper-slide a:hover:before {

  width: 85px;



}



.gallery-thumbs .swiper-slide a:hover {

  padding-left: 10px;

}



.gallery-thumbs .swiper-slide-thumb-active {

  color: #0066B3;



}



.gallery-thumbs .swiper-slide-thumb-active a:before {

  width: 10px;

  height: 1px;

  background: #fff;

  width: 85px;

}

.gallery-thumbs .swiper-slide-thumb-active a img { filter: brightness(100);}

.gallery-thumbs .swiper-slide-thumb-active a {

  color: #0066B3;  color: #fff;

  background: #0066B3;

  padding-right: 100px;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;

  z-index: 9;}



.gallery-top {

  width:70%;

  float: left;

  padding-top: 20px;

}



.gallery-top {



  height: auto;

  margin: auto;



}

.gallery-top img { position: relative; z-index: 1;}

.gallery-top .ystxt {    position: absolute;

  z-index: 2;

  bottom: 0%;

  left: 0;

  width: 100%;

  background: rgba(0, 0, 0, .2);

  padding:40px 30px;

  color: #fff;

 }

 .gallery-top .ystxt b { font-size: 50px; display: block;}

 .gallery-top .ystxt strong { font-size: 42px; display: block; margin: 20px 0;}

 .gallery-top .ystxt p { font-size: 18px; }

 /* 新闻 */

 .news { margin-top: 50px; position: relative;}

.news_top{ display:flex; justify-content: space-between; align-items: stretch;}

.news_top .news_top_fr img{ transition: all 0.3s;}

.news_top:hover .news_top_fr img{transform: scale(1.1);}

.news_top .news_top_fl { width: 48%; border-bottom: 1px solid #dedede; }

.news_top .news_top_fl .news_item div { width: 100%;}

.news_top .news_top_fl .news_item { height: 100%; padding-bottom: 20px; align-content: space-between; flex-wrap: wrap;  display: flex;

  justify-content: space-between; }

.news_top .news_top_fl .news_item i{ display: block; font-weight: bold; font-size: 26px; text-transform: uppercase; color: #0066B3;}

.news_top .news_top_fl .news_item b { font-size: 28px; display: block; margin-bottom: 10px; font-weight: 500; color: #222222; }

.news_top .news_top_fl .news_item p{ margin-top: 20px; font-size: 18px; color:#666;}

.news_top .news_top_fl .news_item a { display: block; width: 100%; }

.news_top .news_top_fl .news_item a span { width: 30px; text-align: center; line-height: 30px; background: #0066B3; color: #fff; height: 30px; border-radius: 30px; }

.news_top .news_top_fl .news_item a:hover { color: #0066B3;}

.news_top .news_top_fl .news_item div a:hover b{ color: #0066B3; }

.news_top .news_top_fl b{ font-size: 20px;}

.news_top .news_top_fr { width: 48%; overflow: hidden;}

.news .swiper-container { position: static;}

.news_bottom { padding-bottom: 30px; margin-top: 20px;}

.news_bottom .swiper-slide {

  margin-top: 40px;



}



.news_bottom .swiper-slide span img {

  display: block;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  max-width: 100%;



}

.news_bottom .swiper-slide a {

  border: 1px solid #dedede;

  display: block;

  margin:1px;

  position: relative;

  padding-bottom: 20px;

}





.news_bottom .swiper-slide a.hover-border-4::before,

.news_bottom .swiper-slide a.hover-border-4::after {

  position: absolute;

  content: "";

  width: 0%; height: 0%;

  opacity: 0;

  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;

}

.news_bottom .swiper-slide a.hover-border-4::before {

  position: absolute;

  content: "";

  bottom: 0; left: -1px;

  border-top: 1px solid rgb(0,102,179);

  border-left: 1px solid rgb(0,102,179);

}

.news_bottom .swiper-slide a.hover-border-4::after {

  position: absolute;

  content: "";

  top: 0; right: 0;

  border-bottom: 1px solid rgb(0,102,179);

  border-right: 1px solid rgb(0,102,179);

}

.news_bottom .swiper-slide a.hover-border-4:hover::before,

.news_bottom .swiper-slide a.hover-border-4:hover::after {

  width: 100%; height: 100%;

  position: absolute;

  content: "";

  opacity: 1;

  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   

}



.news_bottom .swiper-slide a:hover i{ color: #0066B3;}

.news_bottom .swiper-slide em {

  display: block;

  font-size: 18px;

  font-style: normal;

  padding: 10px 15px;

  color: #000;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}

.news_bottom .swiper-slide i {

  padding: 10px 15px;

  color: #999;

  display: block;

}



.news_bottom .swiper-slide p {



  color: #666;

  line-height: 26px;

  font-size: 16px;

  padding: 0 15px;

  text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;



}



.news_bottom .swiper-slide:hover {

  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);



}



.news .swiper-button-next {

  position: absolute;

  top: 72%;

  right: 40px;

  border-radius: 20px;

  text-align: center;

  color: #666;

  background: #F4F4F4;

  cursor: pointer;

  overflow: hidden;

  z-index: 9;

  width: 40px;

  font-size: 20px;

  line-height: 40px;

  height: 40px;

  transition: all .5s ease;

  outline: none;

}



.news .swiper-button-prev {

  position: absolute;

  top:72%;

  left: 40px;

  border-radius: 20px;

  text-align: center;

  color: #666;

  background: #F4F4F4;

  cursor: pointer;

  overflow: hidden;

  z-index: 9;

  width: 40px;

  font-size: 20px;

  line-height: 40px;

  height: 40px;

  transition: all .5s ease;

  outline: none;

}



.news .swiper-button-prev:hover,

.news .swiper-button-next:hover {

  background: #0066B3;

  color: #fff;

}

.news .swiper-pagination {bottom: 0;}

/* 在线留言 */

.jiam { background:url(../images/lybg.jpg) no-repeat bottom ; background-size: cover; position: relative; z-index: 2; width: 100%; float: left;}

.jiameng  { margin: 40px auto; width: 70%; }

.jiameng form { align-items: center; display: flex; flex-wrap: wrap; justify-content:left;}

.jiameng form .zxlyyzm {}

.jiameng .indexcode { margin-left: 10px;}

.jiameng input[type=text] {

  width: calc(33.3% - 20px);

  padding: 12px 20px;

  margin: 8px 0;

  border-radius: 10px;

  display: inline-block;

  border: none;

  color: #fff;

  margin: 10px;

  outline: none;

  border-radius: 4px;

padding-left: 35px;

  box-sizing: border-box;

}

.jiameng input[type=submit] {

  width: 120px;

  background-color: #FF722F;

  color: #fff;

  padding: 12px 20px; margin-left: 15px;


  border: none;

  border-radius: 4px;

  cursor: pointer;

}

.jiameng .uname {

  background: rgba(255, 255, 255, .4) url(../images/fl-renyuan.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}



.jiameng .uphone {

  background: rgba(255, 255, 255, .4) url(../images/dh.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}
.jiameng .email {

  background: rgba(255, 255, 255, .4) url(../images/email-fill.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}
.jiameng .country {

  background: rgba(255, 255, 255, .4) url(../images/chengshi.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}
.jiameng .Company {

  background: rgba(255, 255, 255, .4) url(../images/Company.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}
.jiameng .job {

  background: rgba(255, 255, 255, .4) url(../images/job.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}
.jiameng .uaddress {

  background: rgba(255, 255, 255, .4) url(../images/dizhi.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}



.jiameng .biaoti {

  background: rgba(255, 255, 255, .4) url(../images/a-zu1687.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;

}

.jiameng .code {

  background: rgba(255, 255, 255, .4) url(../images/code.png) no-repeat;

  background-position: 5px;

  padding-left: 10px;

}

.jiameng input::placeholder {

  color: #fff;

}



.forminator-textarea::placeholder {

  color: #fff;

}



.forminator-textarea {

  width: calc(100% - 10px);

  display: inline-block;

  border: none;

  color: #fff;

  padding-top: 10px;

  margin: 10px;

  outline: none;

  border-radius: 4px;

  padding-left: 5px;

  box-sizing: border-box;

  background: rgba(255, 255, 255, .4) url(../images/a-zu1687.png) no-repeat top;

  background-position: 6px 6px;

  padding-left: 35px;



}

/*底部footer*/

.footer {

  background: url(../images/ftbg.jpg) no-repeat center;

  background-size: cover;

  padding: 50px 0;



}

.ft_tel {     

  font-size: 36px;

  color: #0066B3;

  font-family: impact;

  margin-top: 10px;

  margin-bottom: 20px;

  line-height: 60px;}

  .ft_tel img{ margin-right: 10px;}

.foot {

  padding-top: 60px;

  padding-bottom: 60px;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

}



.foot b {

  font-size: 22px;

  color: #fff;

  display: block;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.foot span {

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  padding-right: 9px;

}



.foot .ewm {

  text-align: center;

  margin-top: 15px;

}



.foot .ewm p {

  margin-top: 15px;

}



.foot .ft-nav .ft-nav-list {



  display: flex;

  align-items: flex-start;

  flex-wrap: wrap;

  color: #fff;

}



.ft-nav-list {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  flex-wrap: nowrap;

  color: #fff;

}



.foot .ft-nav {

  width: 60%;

}





.foot .ft-nav .ft-nav-list dt {

  font-size: 18px;

  color: #fff;

  margin-bottom: 20px;

  font-weight: 500;



}



.foot .ft-nav .ft-nav-list dd {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  flex-direction: column;

}



.foot .ft-nav .ft-nav-list dd a {

  color: #fff;

  display: block;

  margin-bottom: 10px;

  font-size: 14px;

}



.foot .ft-nav .ft-nav-list dd a:hover {

  color: #FF722F;

}



.foot .ft-nav .ft-nav-list dd p {

  color: #fff;

  display: block;

  margin-bottom: 10px;

  font-size: 14px;

}



.foot .ft-contact {

  width: 22%;

}

.ft-contact span { font-size: 14px; font-weight: normal; padding-left: 10px;}

.ft-ewm {

  padding-left: 2%;

}



.ft-ewm img {

  max-height: 100px;

}



.ft-ewm p {

  text-align: center;

  color: #fff;

  margin-top: 15px;

}



.foot .ft-contact p {

  width: 100%;

  color: #fff;

  margin-bottom: 10px;

  font-size: 16px;

}



.foot .ft-contact i {

  font-size: 18px;

  margin: 20px 0;

  color: #fff;

  font-weight: 700;

  display: block;

  width: 100%;

}



.copyright {

  padding-top: 30px;



  text-align: center;

  color: #fff;

  border-top: 1px solid rgba(255, 255, 255, .1);

}



.copyright a {

  color: #fff;

}





/*返回顶部*/

.fix-side {

	position: fixed;

	right: 0px;

	bottom: 50px;

	width: 80px;

	z-index: 2000;

}



.fix-side li {



	width: 80px;

	height: 80px;

  margin: 4px 0;

  border-radius: 5px;



	background-color: #0066B3;

}

.fix-side li:hover {

	background-color: #0066B3;

}



.fix-side .gzh {

	position: relative;

	width: 80px;

	text-align: center;

}



.fix-side .gzh .show {

	width:80px;



	color: #fff;

	cursor: pointer;

}



.fix-side .gzh:hover .box {

	display: block;

}

.fix-side .gzh:hover .box2 {

	display: block;

}

.fix-side .gzh .box2 {

	display: none;

	position: absolute;

	left: -120px;

	bottom: 0;

	width: 120px;

  line-height: 80px;

	height: 80px;

  font-size: 18px;

	color: #333;

	background-color: #f9f9f9;

	border: solid 1px #e5e5e5;

	border-right: none;

	box-sizing: border-box;

}

.fix-side .gzh:hover .box2 p{ color: #333;}

.fix-side .gzh .box {

	display: none;

	position: absolute;

	left: -150px;

	bottom: 0;

	width: 150px;

	height: 160px;

	color: #fff;

	background-color: #fff;

	border: solid 1px #e5e5e5;

	border-right: none;

	box-sizing: border-box;

}



.fix-side .gzh .box img {

	margin-top: 15px;

	width: 100px;

	height: 100px;

}

.fix-side .gzh .box p {

	color: #666;

}

.fix-side p {

	margin-top: 10px;

	color: #fff;

}



.fix-side li a {

	display: block;

	text-align: center;

	width: 100%;

	height: 100%;

	color: #fff;

}



.fix-side li img {

	width: 30px;

  margin-top: 10px;

}



.fix-side .return {

	border-bottom: none;

	transform: scaleY(0);

	transition: 0.5s;

	background-color: #999;

}



.fix-side .active {

	transform: scale(1);

}



/* 内页外贸网站 */